Welcome![Sign In][Sign Up]
Location:
Search - chat we

Search list

[Windows DevelopChat

Description: 一个多线程的聊天工具,是学习多线程的好材料,是用VC6.0实现的,希望对大家又帮助-a multithreaded chat tools, multithreading is learning the good material is used VC6.0 achieved, We also hope to help
Platform: | Size: 27687 | Author: huangzhifeng | Hits:

[Internet-NetworkMFCchat

Description: mfc的聊天软件麻雀虽小 五脏具全对学习网络开发学习有帮助希望大家能喜欢-mfc chat software is a small sparrow fortunately all right with learning network to help develop learning like to hope that we can
Platform: | Size: 143360 | Author: 王成 | Hits:

[ComboBoxjava聊天工具

Description: 这是一个聊天工具,网络上可以用的,时下是很流行的,希望大家借鉴!互相学习!-This is a chatting tool can be used on the network, is very popular nowadays, I hope, we learn from! Learning from each other!
Platform: | Size: 27648 | Author: 彭庞博 | Hits:

[Internet-Network用Delphi编写局域网中的UDP聊天程序

Description:   Internet盛行的今天,网上聊天已成为一种时尚。同时,各单位已建成了自己的局域网;能否在局域网上实现聊天呢?可以,网上到处都有这种工具。当然,我们可以拥有自己版权的聊天工具。-popularity of the Internet, online chat has become a trend. Meanwhile, the unit has completed the construction of its own LAN; The LAN can achieve chatting? Can online tool everywhere. Of course, we can have its own copyright chat tools.
Platform: | Size: 5120 | Author: 赵长华 | Hits:

[Windows DevelopwinsockCHAT

Description: 本实验要求利用微软的socket编程一段程序,可以利用TCP 协议或者UDP协议,实现点-点通信-requirements of the experimental use Microsoft's socket programming section of procedures, we can use TCP or UDP achieve point-to-point communication
Platform: | Size: 15360 | Author: 刘杰 | Hits:

[ICQ-IM-ChatMeChat5.30

Description: 聊天程序,视频聊天程序,希望大家交流和学习-chat program, video chat program, we hope that the exchanges and learning
Platform: | Size: 2397184 | Author: 超音鼠 | Hits:

[Windows DevelopVBSendText

Description: VB进程间通讯演示(1.0) 说明:一共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,PostMessage只能在WM_USER以上的自定义消息中才能传递指针,那么如何才能异步通讯呢?我还没有好主意,就用定时器吧!看看这个可以聊天的程序就知道了。 Common目录下有四个模块。其中ShareStr2.cls是原来大师Bruce MicKenney写的东西,就是这个东西害我浪费很多时间来调试。-VB inter-process communication demo (1.0) Note : A total of four demonstration. Respectively, as follows : 1 : Sample a simple use of shared memory mapping example, look at the operation of two examples, we know that nothing special. 2 : SendText not window-type, and to achieve this definition of news from the same effect. 3 : As demonstrated SendFile 2 updates, or to pass through the string, not send bulk text, the cases demonstrate a comprehensive and demonstration to send two large text functions. 4 : Chat demonstration two and three demonstration SendMessage are used to notify the news release, it is not asynchronous communications, inter-process SetWindowText not use PostMessage WM_USER only in the above-defined messages can transfer target, then how can asynchronous communication? I
Platform: | Size: 52224 | Author: gy | Hits:

[JSP/JavaSimpleMultiChat

Description: 在一個多人連線伺服器中,我們要有一個伺服端執行緒負責傾聽是否有客戶端連線,如果有客戶端連線,就指派一個客戶端執行緒專門應付這個客戶端連線,並在客戶端佇列中記錄它,然後進入下一個傾聽。 一個客戶端執行緒的工作,就是讀取客戶連線端的使用者輸入訊息,它不負責回應訊息,而是將讀到的訊息加入訊息佇列中,此外在我們的範例中,客戶端執行緒也負責自己的連線狀態,如果使用者中斷連線,客戶端執行緒會負責將自己從客戶端佇列中清除。 廣播執行緒負責取出訊息佇列中的訊息,然後將之一一傳送訊息給客戶端佇列中尚存在的客戶端執行緒。 -people in a line server, we have a servo- threads for listening to the client whether there are connections, if a client connections, assigned to a client threads devoted to cope with the client connections, and client sequences recorded it, and then listen to the next one. A client threads job is to read customer-line message to the user input, it is not responsible for responding to the message, but the message will be read by adding message stand out, in addition to our example, the client threads are responsible for their own connected, if the user interruption link, passenger households- threads will be responsible for their own from client sequences removed. Ogata responsible for the implementation of broadcasting the message out sequences of messages, and then one of a relay messa
Platform: | Size: 21504 | Author: 陳大衛 | Hits:

[CommunicationChatTools

Description: 这是一个用C#编写的聊天工具 希望对大家有所帮助-This is a C# prepared chat tool we hope to help
Platform: | Size: 72704 | Author: 刘新儒 | Hits:

[Communicationwww.cohoo.com.cn.socket

Description: 共四个演示。分别如下: 1:Sample    一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText    不用窗口子类化,而达到和发送自定义消息同样的效果。  3:SendFile    由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat    演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,PostMessage只能在WM_USER以上的自定义消息中才能传递指针,那么如何才能异步通讯呢?我还没有好主意,就用定时器吧!看看这个可以聊天的程序就知道了。 Common目录下有四个模块。 其中ShareStr2.cls是原来大师Bruce MicKenney写的东西,就是这个东西害我浪费很多时间来调试。原来大师的东西也会有错。-a total of four demonstration. Respectively, as follows : 1 : Sample a simple use of shared memory mapping example, look at two examples run, we know that nothing special. 2 : SendText not window-type, and to achieve this definition of news from the same effect. 3 : As demonstrated SendFile 2 updates, or to pass through the string, impossible to send large text, the cases demonstrate a comprehensive and demonstration to send two large text functions. 4 : Chat demonstration two and three demonstration SendMessage are used to notify the news release, it is not asynchronous communications, inter-process SetWindowText not use, PostMessage WM_USER only in the above-defined messages can transfer target, How can we asynchronous communication? I have not a good idea, on the timer! Chat can look at
Platform: | Size: 52224 | Author: cohoo | Hits:

[Process-Thread2006021801

Description: 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,PostMessage只能在WM_USER以上的自定义消息中才能传递指针,那么如何才能异步通讯呢?我还没有好主意,就用定时器吧!看看这个可以聊天的程序就知道了。-a total of four demonstration. Respectively, as follows : 1 : Sample a simple use of shared memory mapping example, look at two examples run, we know that nothing special. 2 : SendText not window-type, and to achieve this definition of news from the same effect. 3 : As demonstrated SendFile 2 updates, or to pass through the string, impossible to send large text, the cases demonstrate a comprehensive and demonstration to send two large text functions. 4 : Chat demonstration two and three demonstration SendMessage are used to notify the news release, it is not asynchronous communications, inter-process SetWindowText not use, PostMessage WM_USER only in the above-defined messages can transfer target, How can we asynchronous communication? I have not a good idea, on the timer! Chat can look at
Platform: | Size: 52224 | Author: 毛东 | Hits:

[ICQ-IM-Chatchat_web

Description: 实现网络功能聊天工具,功能比较适合局域网聊天,性能稳定-Realize the network function of chat tools, features more suitable for local area network chat, stable performance
Platform: | Size: 50176 | Author: 骆培 | Hits:

[JSP/Javachat

Description: 有关JAVA的程序,研究P2P的chord协议,相信大家会喜欢的!-JAVA-related procedures, the P2P research chord agreement, I believe we would all like!
Platform: | Size: 563200 | Author: hua guo | Hits:

[Windows DevelopChat

Description: 该程序可以实现两台计算机的通信。只要在debug文件夹中按要求输入对方的IP,就可以实现功能,可以传文件之类的。-The two computers can achieve communication. As long as the debug folder in the required input of each other' s IP, we can achieve features such as mass file.
Platform: | Size: 1922048 | Author: 王鹏飞 | Hits:

[STLchat

Description: Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Language (English, French ...) responds with something meaningful in that same language. Which means that the strength of a chatterbot could be directly measured by the quality of the output selected by the Bot in response to the user. By the previous description,we could deduce that a very basic chatterbot can be written in a few lines of code in a given specific programming language. Lets make our first chatterbot (notice that all the codes that will be used in this tutorial will be written in C++. Also, it is assumed that the reader is familiar wih the STL library)
Platform: | Size: 1024 | Author: freetres | Hits:

[JSP/JavaCHAT

Description: this jsp project.By using this project we can chat using jsp code.-this is jsp project.By using this project we can chat using jsp code.
Platform: | Size: 3780608 | Author: Remya | Hits:

[Internet-NetworkChat

Description: vc写的聊天室系统,iocp架构,功能比较完整,大家可以参考一下-vc system written in chat rooms, iocp the structure, function relatively complete, we can refer to
Platform: | Size: 784384 | Author: 蓝云 | Hits:

[ICQ-IM-Chatchat

Description: 在线聊天 大家可以看看,有问题多交流有问题多交流-Online chat we can see, there are problems and more problems and more exchange of communication
Platform: | Size: 59392 | Author: cyc | Hits:

[MySQLchat

Description: SQL that describe table and it s relation to make simple private and public chat. we can customize it as we need and redeclare new table or field in each table.
Platform: | Size: 1024 | Author: Trial | Hits:

[FlashMXchat

Description: 一个简单的功能比较多的文本聊天室,放上来希望大家一起研究。-A more simple function of the text chat room, we want to impress with research.
Platform: | Size: 2331648 | Author: 洋琴 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 22 »

CodeBus www.codebus.net